<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*style.css*/


.side_menu_template {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    padding: 120px 0 360px;
}

html {
    box-sizing: border-box;
    overflow: auto;
}

*, *:before, *:after {
    box-sizing: inherit;
}
.sp {
    display: none !important;
}

body {
    background: #fff;
/*    font-family: 'å¾®è½¯é›…é»‘', 'Microsoft Yahei', 'Helvetica', 'Hiragino Sans GB', 'PingFang SC', sans-serif;*/
    color: #333333;
    line-height: 1.4;
    font-family: 'å¾®è½¯é›…é»‘', 'Microsoft Yahei', 'Helvetica', 'Hiragino Sans GB', 'PingFang SC', sans-serif;
    min-width: 1180px;/*SDL 210321*/
}

.wrapper {
    width: 100%;
    overflow: hidden;
    min-width: 1120px;
}

.contents {
    width: 100%;
    min-width: 1120px;
}

img {
vertical-align: bottom;
    width:auto;
    max-width:100%;
   /* max-height:100%;*/
}

h1, h2, h3, h4, h5 {
    font-family: 'å¾®è½¯é›…é»‘', 'Microsoft Yahei', 'Helvetica', 'Hiragino Sans GB', 'PingFang SC', sans-serif;
}

p {
/*    font-family: 'å¾®è½¯é›…é»‘', 'Microsoft Yahei', 'Helvetica', 'Hiragino Sans GB', 'PingFang SC', sans-serif;*/
    font-family: 'å¾®è½¯é›…é»‘', 'Microsoft Yahei', 'Helvetica', 'Hiragino Sans GB', 'PingFang SC', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #333333;
    line-height: 1.4;
}

sec, div, p {
    box-sizing: border-box;
/*    font-family: 'å¾®è½¯é›…é»‘', 'Microsoft Yahei', 'Helvetica', 'Hiragino Sans GB', 'PingFang SC', sans-serif;*/
    font-size: 14px;
    font-family: 'å¾®è½¯é›…é»‘', 'Microsoft Yahei', 'Helvetica', 'Hiragino Sans GB', 'PingFang SC', sans-serif;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
    line-height: 1.4;
    font-weight: 400;
    font-family: 'å¾®è½¯é›…é»‘', 'Microsoft Yahei', 'Helvetica', 'Hiragino Sans GB', 'PingFang SC', sans-serif;
}

.bold {
    font-weight: 600;
}

.hidden {
    display: none;
}

.hover01 {
    position: relative;
}

.hover01::after {
  position: absolute;
  display: block;
  content: '';
}

.hover01::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
/*  -webkit-transition: all .3s;*/
/*  transition: all .3s;*/
}

.hover01:after {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 4px solid #fff;
    opacity: 0;
}

.hover01:hover:after {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    zoom:1;
}



a:hover {
    cursor:pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    zoom:1;
}

.hover01:hover {
    cursor:pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    zoom:1;
}


a:hover:after {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    zoom:1;
}


img.next-arrow:hover {
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    zoom:1;
}

img.prev-arrow:hover, img.next-arrow:hover {
    box-shadow: 0 0 0 5px #6598cf inset;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}

ul.head_bts li a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    zoom:1;
}



ul.head_bts li.login_bt:hover {
    box-shadow: 0 0 0 4px #6598cf inset;
    cursor:pointer;
/*
    -webkit-transition: all .3s;
    transition: all .3s;
*/
}


ul li {
    font-weight: 400;
    font-family: 'Microsoft Yahei', 'å¾®è½¯é›…é»‘', 'Helvetica', 'Hiragino Sans GB', 'PingFang SC', sans-serif;
}


a.reference {
    color: #0072c1;
    display: inline-block;
    margin-bottom: 20px;
    
}

a.reference:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #0072c1;
    border-right: solid 2px #0072c1;
    display: inline-block;
    vertical-align: middle;
    transform: rotate(45deg);
    margin-right: 10px;
}

.sp {
    display: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;

  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*
img {
  image-rendering: pixelated;
}
*/

span.f12 {
    font-size: 12px;
}

span.f14 {
    font-size: 14px;
}

span.f24 {
    font-size: 24px;
}

.f10 {
    font-size: 10px;
}

.f11 {
    font-size: 11px;
}

.f12 {
    font-size: 12px;
}


span.f_box {
    font-size: 16px;
    color: #fff;
    background: #333;
    padding: 2px 5px;
    margin: 0 5px;
    vertical-align: text-bottom;
}

.table_responsive {
    width: 100%;
    table-layout: fixed;
}


.table_responsive tr {
    border-bottom: 1px solid #ccc;
}

.table_responsive tr th,
.table_responsive tr td {
    padding: 15px 15px 15px 10px;
    border-left: 1px solid #ccc;
    vertical-align: middle;
    word-wrap:break-word;
}

.table_responsive tr th:first-child,
.table_responsive tr td:first-child {
    border-left: none;
}

.table_responsive tr th a,
.table_responsive tr td a {
    color: #2178c6;
}

.table_responsive tr th {
    background: #e6e6e6;
    text-align: center;
}


.table_stripe tbody tr:nth-child(even) td {
    background: #e8efef;
}


.table_fixed{
    width: 100%;
    max-width: 1120px;
    table-layout: fixed;
    word-break: break-word;
    word-wrap: break-word;
}


.table_fixed tr {
    border-bottom: 1px solid #ccc;
}

.table_fixed tr th,
.table_fixed tr td {
    padding: 15px 10px 15px 10px;
    border-left: 1px solid #ccc;
    vertical-align: middle;
    white-space: normal;
}

.table_fixed tr th:first-child,
.table_fixed tr td:first-child {
    border-left: none;
}

.table_fixed tr th a,
.table_fixed tr td a {
    color: #2178c6;
    white-space: normal;
}

.table_fixed tr th {
    background: #e6e6e6;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 10px;
}

.pn {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #8f929f;
    text-align: center;
    border: 1px solid #c3c3c3;
    margin-right: 10px;
}

.pn:hover {
    background: #0072c1;
    color: #fff;
}

.pn.current {
    color: #fff;
    background: #0072c1;
}


.pagination {
    margin: 35px auto 20px;
    text-align: center;
}

.back_na {
    color: #0072c1;
    margin-right: 15px;
}

a.fw {
    color: #0072c1;
    margin-left: 5px;
}

ul.disc {
    list-style-type: disc;
    margin-left: 1.5em;
}

ul.disc li ul {
    margin-left: 0.5em;
}

sup {
    vertical-align: super;
    font-size: 70%;
}

sub {
    vertical-align: sub;
    font-size: 70%;
}


/*---------------------------------------------
  PCèª¿æ•´
  ---------------------------------------------*/

@media screen and (min-width:768px) {
    .mt0 {
        margin-top: 0!important;
    }
    .mt5 {
        margin-top: 5px!important;
    }
    .mt10 {
        margin-top: 10px!important;
    }
    .mt15 {
        margin-top: 15px!important;
    }
    .mt20 {
        margin-top: 20px!important;
    }
    .mt25 {
        margin-top: 25px!important;
    }
    .mt30 {
        margin-top: 30px!important;
    }
    .mt40 {
        margin-top: 40px!important;
    }
    .mt45 {
        margin-top: 45px!important;
    }
    .mt50 {
        margin-top: 50px!important;
    }
    .mt60 {
        margin-top: 60px!important;
    }
    .mt70 {
        margin-top: 70px!important;
    }
    .mt80 {
        margin-top: 80px!important;
    }
    .mt90 {
        margin-top: 90px!important;
    }
    .mt100 {
        margin-top: 100px!important;
    }
    .mb0 {
        margin-bottom: 0!important;
    }
    .mb10 {
        margin-bottom: 10px!important;
    }
    .mb20 {
        margin-bottom: 20px!important;
    }
    .mb30 {
        margin-bottom: 30px!important;
    }
    .mb40 {
        margin-bottom: 40px!important;
    }
    .mb50 {
        margin-bottom: 50px!important;
    }
    .mb60 {
        margin-bottom: 60px!important;
    }
    .mb70 {
        margin-bottom: 70px!important;
    }
    .mb80 {
        margin-bottom: 80px!important;
    }
    .mb90 {
        margin-bottom: 90px!important;
    }
    .mb100 {
        margin-bottom: 100px!important;
    }
    .ml0 {
        margin-left: 0!important;
    }
    .ml10 {
        margin-left: 10px!important;
    }
    .ml15 {
        margin-left: 15px!important;
    }
    .ml20 {
        margin-left: 20px!important;
    }
    .ml25 {
        margin-left: 20px!important;
    }
    .ml30 {
        margin-left: 20px!important;
    }
    .ml35 {
        margin-left: 20px!important;
    }

}


/*---------------------------------------------
  SMC ãƒ˜ãƒƒãƒ€ãƒ¼
  ---------------------------------------------*/

ul.head_bts {
    text-align: right;
}

ul.head_bts li {
    display: inline-block;
    text-align: center;
    position: relative;
    box-sizing: border-box;
/*    min-width: 106px;*/
/*
    border: 1px solid #0072c1;
    background: #0072C1;
*/
}

ul.head_bts li a {
    display: block;
    width: 100%;
    color: #0072C1;
    font-size: 14px;
    line-height: 32px;
    padding: 0 15px;
    padding-left: 0;
}

ul.head_bts li.login_bt {
    background: #fff;
    border-left: 1px solid #0072C1;
    border-right: 1px solid #0072C1;
    border-bottom: 1px solid #0072C1;
/*    border-top: 1px solid #fff;*/
}

ul.head_bts li.login_bt a {
    color: #0072C1;
    padding: 0 15px;
    line-height: 30px;
}

ul.head_bts li:first-child a:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 20px;
    background-image: url(/assets/smc_img/common/corporate_site_ic.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: sub;
    margin-right: 5px;
}

ul.head_bts li:nth-of-type(2) a:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 20px;
    background-image: url(/assets/smc_img/common/global_ic.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: sub;
    margin-right: 5px;
}

ul.head_bts li:nth-of-type(3) a:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 20px;
    background-image: url(/assets/smc_img/common/lang_ic.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: sub;
    margin-right: 5px;
}



a.h_logo{
    width: 100%;
/*    margin-right: 45px;*/
}

a.h_logo img{
    width: 118px;
    position: absolute;
    left: 0;
    top: 5px;
}


.menu {
    box-sizing: border-box;
}



/*---------------------------------------------
  SMC Main Visual
  ---------------------------------------------*/

.mainVisual {
    width: 1120px;
/*    height: 363px;*/
    margin: 0 auto;
/*    margin-top: 103px;*/
    padding-top: 15px;
    box-sizing: border-box;
}

.slick-slide img {
/*    width: 1120px;*/
/*    height: 348px;*/
    object-fit: contain;
}

.slick-prev,
.slick-next
{
    z-index: 100;
}


p.s_prevBt {
    position: absolute;
    top: 0;
    left: -29px;
    background-color: transparent;
    width: 58px;
    height: 100%;
    cursor: pointer;
}

img.prev-arrow {
    width: 58px;
    height: 58px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 98;
}

p.s_nextBt {
    position: absolute;
    top: 0;
    right: -29px;
    background-color: transparent;
    width: 58px;
    height: 100%;
    cursor: pointer;
}

img.next-arrow {
    width: 58px;
    height: 58px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 98;
}


.mainVisual .slick-dots li button:before {
    width: 8px;
    height: 8px;
    background: #0072c1;
    border-radius: 50%;
    margin-bottom: 20px;
}


/*---------------------------------------------
  SMC TOP Information
  ---------------------------------------------*/

.info_area {
    border-top: 1px solid #0072c1;
    border-bottom: 1px solid #0072c1;
    padding: 10px;
    text-align: center;
    margin: 14px auto 5px;
    width: 1120px;
}

.info_area a {
    color: #0072c1;
    font-size: 16px;
    position: relative;
}

.info_area a:after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/assets/smc_img/top/info_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 16px;
    margin-top: -4px;
}

.info_area a:hover {
    text-decoration: underline;
}

/*---------------------------------------------
  SMC TOPæ¤œç´¢
  ---------------------------------------------*/

.hsearch_outer {
    width: 100%;
    min-width: 1120px;
    background-color: #0072c1;
    padding: 10px;
    margin-top: 25px;
    margin-bottom: 35px;
}

.hsearch {
    width: 1120px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 68px;
}

#gsearch_form {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}


.hsearch_kw {
/*    display: inline-block;*/
    width: 320px;
    height: 42px;
    padding: 5px;
/*    border: #999 1px solid;*/
    padding-left: 5px;
    font-size: 14px;
    color: #333333;
    background: #fff;
    float: left;
}

.hsearch_select {
    margin-right: 30px;
}

.hsearch_select div {
    display: inline-block;
}

.bt_hsearch {
/*    display: inline-block;*/
/*    border: #999 1px solid;*/
    border-left: none;
    width: 54px;
    height: 42px;
    background: #000000;
    cursor: pointer;
    text-indent: 0;
    text-align: center;
    float: left;
}

/*
.bt_hsearch:hover {
    cursor:pointer;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity:0.6;
    zoom:1;
}
*/



.bt_hsearch img {
    width: 21px;
    height: 21px;
    margin: 0 auto;
    margin-top: 10px;
}

/*ãƒ©ã‚¸ã‚ªãƒœã‚¿ãƒ³*/

.radio-input{
    display: none;
}
.radio-input + label{
    padding-left: 20px;
    position:relative;
    margin-right: 20px;
    color: #fff;
}
.radio-input + label::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #999;
    border-radius: 50%;
    background: #fff;
}

.radio-input:checked + label::after{
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 11px;
    height: 11px;
    background: #0072C1;
    border-radius: 50%;
}

.link_area01 {
    padding-top: 15px;
}


.link_area01 ul {
    width: 1120px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.link_area01 ul li {
    width: 180px;
    max-width: 180px;
    height: 156px;
    border: 1px solid #c0c0c0;
    position: relative;
    background-image: linear-gradient(rgba(193, 200, 209, 0.2), 10%, #fff 90%);
}

.link_area01 ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
}


/*hoverå‡¦ç†*/
.link_area01 ul li a:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #333;
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}

.link_area01 ul li a:hover::after {
    opacity: 0.2;
}
/*hoverå‡¦ç†*/

/*
.link_area01 ul li a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    zoom:1;
}
*/

.link_area01 ul li a:hover span {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    zoom:1;
}




.link_area01 ul li img {
    display: block;
}

.link_area01 ul li:first-child a {
    padding-top: 50px;
}

.link_area01 ul li:first-child img {
    width: 88px;
    margin: 0px auto;
}

.link_area01 ul li:nth-child(2) a {
    padding-top: 50px;
}

.link_area01 ul li:nth-child(2) img {
    width: 110px;
    margin: 0 auto;
}

.link_area01 ul li:nth-child(3) a {
    padding-top: 50px;
}

.link_area01 ul li:nth-child(3) img {
    width: 94px;
    margin: 0 auto;
}

.link_area01 ul li:nth-child(4) a {
    padding-top: 44px;
}

.link_area01 ul li:nth-child(4) img {
    width: 80.5px;
    margin: 0 auto;
}

.link_area01 ul li:nth-child(5) a {
    padding-top: 70px;
}

.link_area01 ul li:nth-child(5) img {
    width: 126px;
    margin: 0 auto;
}

.link_area01 ul li:nth-child(6) a {
    padding-top: 50px;
}

.link_area01 ul li:nth-child(6) img {
    width: 80.5px;
    margin: 0 auto;
}

.link_area01 ul li span {
    text-align: center;
    width: 100%;
    display: block;
    font-weight: bold;
    padding: 8px 0;
    position: absolute;
    top: 0;
    background: #333333;
    color: #fff;
    font-size: 14px;
}

.link_area01 ul li span.mss {
    padding: 9.6px 0;
    font-size: 12px;
}

a.pro_num {
    width: 198px;
    max-width: 198px;
    height: 42px;
    margin-left: 30px;
    position: relative;
    display: table;
    padding-left: 15px;
    background-color: #0072c1;
/*    box-shadow: 0px 3px 6px 0px #9E9E9E;*/
}





a.pro_num span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
}

a.pro_num span:before {
    content: '';
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    top: 30%;
    left: 20px;
    width: 22px;
    height: 16px;
    background-image: url(/assets/smc_img/top/support/s_product_ic_wh.png);
    vertical-align: middle;
    margin-right: 5px;
}



/*---------------------------------------------
  SMC h2ã‚»ã‚¯ã‚·ãƒ§ãƒ³ã‚¿ã‚¤ãƒˆãƒ«
  ---------------------------------------------*/

.top_sec_title {
    width: 100%;
    min-width: 1120px;
    height: 43px;
    margin:45px 0 auto;
    background-image: url(/assets/smc_img/top/top_line.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
}

.top_sec_title h2 {
    width: 1120px;
    margin: 0 auto;
    font-size: 26px;
    font-weight: 700;
    
}

.top_sec_title_w {
    width: 100%;
    min-width: 1120px;
    height: 43px;
    margin: 0 auto;
    background-image: url(/assets/smc_img/top/top_line_w.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
}

.top_sec_title_w h2 {
    width: 1120px;
    margin: 0 auto;
    font-size: 26px;
    font-weight: 700;
    
}




/*---------------------------------------------
  SMC TOPã‚¿ãƒ–åˆ‡ã‚Šæ›¿ãˆ
  ---------------------------------------------*/

/*ã‚¿ãƒ–åˆ‡ã‚Šæ›¿ãˆå…¨ä½“ã®ã‚¹ã‚¿ã‚¤ãƒ«*/
.tabs_wrapper {
    width: 100%;
    min-width: 1120px;
    background-color: #eaeaea;
}

.tabs {
    margin: 0 auto;
    padding-bottom: 40px;
    padding-top: 25px;
    width: 1120px;
    box-sizing: border-box;
}

/*ã‚¿ãƒ–ã®ã‚¹ã‚¿ã‚¤ãƒ«*/

.tab_item {
/*    width: calc(100%/3);*/
    width: 366px;
    height: 50px;
    background-color: #fff;
    font-size: 16px;
    text-align: center;
    color: #0072c1;
    display: table;
    float: left;
    text-align: center;
    font-weight: bold;
    margin-right: 11px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.tab_item span {
    display: table-cell;
    vertical-align: middle;
}

.last_tab {
    margin-right: 0;
}

.tab_item:hover {
    opacity: 0.75;
}

/*ãƒ©ã‚¸ã‚ªãƒœã‚¿ãƒ³ã‚’å…¨ã¦æ¶ˆã™*/
input[name="tab_item"] {
    display: none;
}

/*ã‚¿ãƒ–åˆ‡ã‚Šæ›¿ãˆã®ä¸­èº«ã®ã‚¹ã‚¿ã‚¤ãƒ«*/
.tab_content {
    display: none;
    padding: 40px 0 0;
    clear: both;
    overflow: hidden;
    border-top: 1px solid #0072C1;
}


/*é¸æŠžã•ã‚Œã¦ã„ã‚‹ã‚¿ãƒ–ã®ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ã®ã¿ã‚’è¡¨ç¤º*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
    display: block;
}

/*é¸æŠžã•ã‚Œã¦ã„ã‚‹ã‚¿ãƒ–ã®ã‚¹ã‚¿ã‚¤ãƒ«ã‚’å¤‰ãˆã‚‹*/
.tabs input:checked + .tab_item {
    background-color: #0072C1;
    color: #fff;
}


/*---------------------------------------------
  SMC TOPã‚¿ãƒ–åˆ‡ã‚Šæ›¿ãˆ - è£½å“ä¸€è¦§
  ---------------------------------------------*/

ul.top_product_list {
    width: 1120px;
    margin: 0 auto;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.top_product_list li {
    width: 274px;
    max-width: 274px;
    min-height: 77px;
    box-sizing: border-box;
    background: #fff;
    margin-right: 8px;
    margin-bottom: 10px;
    border-bottom: 1px solid #C3C3C3;
/*    padding: 15px 15px;*/
    overflow: hidden;
    position: relative;
}

ul.top_product_list li:after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/assets/smc_img/common/theme_arrow01.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
}

@media screen and (min-width:768px) {
    ul.top_product_list li:nth-child(4n) {
        margin-right: 0;
    }
}


ul.top_product_list li a {
    display: block;
    height: 100%;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    padding: 10px;
    font-size: 14px;
    position: relative;
}

/*hoverå‡¦ç†*/
ul.top_product_list li a:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #333;
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}

ul.top_product_list li a:hover::after {
    opacity: 0.2;
}
/*hoverå‡¦ç†*/




ul.top_product_list li dl {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: center;
}


ul.top_product_list li dl dt p {
    width: 70px;
    height: auto;
    margin: 0 auto;
    border: 1px solid #dadada;
    position: relative;
    overflow: hidden;
}

ul.top_product_list li dl dd {
    margin-left: 15px;
}

ul.top_product_list li dl dd span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
}


/*
ul.top_product_list li dl dd span:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #0072C1;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 4px;
}
*/

/*
ul.top_product_list li a {
    f
}
*/


ul.top_product_list li span.pro_last {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}











ul.pro_csr {
    width: 100%;
    max-width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.pro_csr &gt; li {
    border: 1px solid #c3c3c3;
    padding-left: 80px;
    padding-right: 10px;
    width: 274px;
    max-width: 274px;
    min-height: 89px;
    margin-right: 8px;
    font-size: 14px;
    margin-bottom: 10px;
    height: 68px;
    position: relative;
    background: #fff;
    
}

ul.pro_csr &gt; li:nth-child(4n) {
    margin-right: 0;
}

ul.pro_csr &gt; li a {
    display: table;
    width: 100%;
    height: 100%;
}

/*hoverå‡¦ç†*/
ul.pro_csr &gt; li a:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #333;
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}

ul.pro_csr &gt; li a:hover::after {
    opacity: 0.2;
}
/*hoverå‡¦ç†*/

ul.pro_csr &gt; li a:before {
    content: '';
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 20%;
    left: 20px;
}

ul.pro_csr &gt; li:first-child a:before {
    width: 41px;
    height: 49.5px;
    background-image: url(/assets/smc_img/top/product/pro_csr_ic01.png);
}

ul.pro_csr &gt; li:nth-child(2) a:before {
    width: 45.5px;
    height: 44.5px;
    background-image: url(/assets/smc_img/top/product/pro_csr_ic02.png);
}

ul.pro_csr &gt; li:nth-child(3) a:before {
    width: 44.5px;
    height: 32px;
    background-image: url(/assets/smc_img/top/product/pro_csr_ic03.png);
    top: 30%;
}

ul.pro_csr &gt; li a span {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

ul.pro_csr &gt; li a span:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #0072C1;
    display: inline-block;
    margin-right: 5px;
}


/*---------------------------------------------
  SMC TOPã‚¿ãƒ–åˆ‡ã‚Šæ›¿ãˆ - ãƒ†ãƒ¼ãƒžãƒ»æ¥­ç¨®åˆ¥æ©Ÿå™¨
  ---------------------------------------------*/

.theme_list h3 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid #808080;
    padding-bottom: 10px;
    width: 100%;
    margin-bottom: 20px;
}

.theme_list {
    width: 100%;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.theme_list_left, .theme_list_right {
    width: 538px;
    max-width: 538px;
}

.theme_list ul {
    width: 100%;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.theme_list ul li {
    width: 264px;
    max-width: 264px;
    margin-bottom: 10px;
    border: 1px solid rgba(128,128,128,0.3);
}

.theme_list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: relative;
}


/*hoverå‡¦ç†*/
.theme_list ul li a:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #333;
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}

.theme_list ul li a:hover::after {
    opacity: 0.2;
}
/*hoverå‡¦ç†*/


.theme_list ul li dl {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: center;
    padding: 6px 8px;
}

.theme_list ul li dl dt p {
    width: 70px;
    margin: 0 auto;
/*    margin-top: 10px;*/
    position: relative;
    overflow: hidden;
}

.theme_list ul li dl dd span {
    margin-left: 8px;
    padding-left: 12px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
}

.theme_list ul li dl dd span:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #0072C1;
  position: absolute;
  left: 0;
    top: 0;
    margin-top: 2px;
}

.theme_list ul li dl dt p img {
    object-fit: contain;
    font-family: 'object-fit: contain;';
    border: 1px solid rgba(128,128,128,0.3);
}

/*---------------------------------------------
  SMC TOPã‚¿ãƒ–åˆ‡ã‚Šæ›¿ãˆ - é¸å®šã‚¬ã‚¤ãƒ‰
  ---------------------------------------------*/

p.select_txt {
    font-size: 18px;
    margin-bottom: 40px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

p.select_txt:before,
p.select_txt:after {
    border-top: 1px solid;
    content: "";
    flex-grow: 1;
}

p.select_txt:before {
    margin-right: 1rem;
}

p.select_txt:after {
    margin-left: 1rem;
}

ul.top_select_list {
    width: 1120px;
    margin: 0 auto;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.top_select_list li {
    width: 272px;
    max-width: 274px;
    height: 224px;
    box-sizing: border-box;
    background: tranparent;
    position: relative;
    background-image: url(/assets/smc_img/top/select/s_item_bacground.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
    margin-bottom: 10px;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}

ul.top_select_list li:hover {
    background-image: url(/assets/smc_img/top/select/s_item_bacground_hover.png);
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}

ul.top_select_list li p + span {
    position: static;
    width: 100%;
    display: block;
    text-align: left;
    padding: 10px 0 0;
    font-size: 14px;
    font-weight: 700;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
}


ul.top_select_list li:nth-child(4n) {
    margin-right: 0;
}

ul.top_select_list li a {
    display: block;
    height: 100%;
    width: 100%;
}

ul.top_select_list &gt; li &gt; a &gt; img {
    position: absolute;
    top: 45%;
    left: 0%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin: 0 auto;
    display: block;
    width: 216px;
}

ul.top_select_list li span {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 400;
    width: 90%;
    text-align: center;
}

ul.top_select_list li span.m_line {
    bottom: 8%;
}


ul.top_select_list li img {
    object-fit: contain;
    font-family: 'object-fit: contain;';
}

.object-fit{
  object-fit: contain;
  font-family: 'object-fit: contain;'
}


/*---------------------------------------------
  SMC ä¸­æ®µãƒªãƒ³ã‚¯ãƒœã‚¿ãƒ³
  ---------------------------------------------*/

.mid_linkbt_area {
    width: 100%;
    padding: 50px 0 70px;
    background: #fff;
}

.mid_linkbt_area ul {
    width: 1120px;
    margin: 0 auto;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.mid_linkbt_area ul li {
    box-sizing: border-box;
    width: 360px;
    max-width: 360px;
    height: 80px;
}

.mid_linkbt_area ul li a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    background: #2178c6;
    padding: 7px;
    line-height: 66px;
    text-align: center;
}

.mid_linkbt_area ul li a span {
    color: #fff;
    font-size: 16px;
    display: block;
/*
    width: 100%;
    height: 100%;
*/
    border: 1px solid #fff;
}

.mid_linkbt_area ul li.m_l01 a span:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 35px;
    background-image: url(/assets/smc_img/top/m_l01.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 15px;
}

.mid_linkbt_area ul li.m_l02 a span:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 39px;
    background-image: url(/assets/smc_img/top/m_l02.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 15px;
}

.mid_linkbt_area ul li.m_l03 a span:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 28px;
    background-image: url(/assets/smc_img/top/m_l03.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 15px;
}

/*---------------------------------------------
  SMC ä¸­æ®µã‚¹ãƒ©ã‚¤ãƒ€ãƒ¼ï¼ˆæ–°è£½å“æƒ…å&nbsp;±ï¼‰
  ---------------------------------------------*/

.new_pro_area {
    width: 100%;
    min-width: 1120px;
    padding: 40px 0 50px;
}


ul.nw_slider .slick-dots li {
    border-right: none;
}


ul.nw_slider {
    width: 1040px;
    margin: 0 auto;
    border-right: 1px solid #fff;
}

ul.nw_slider li {
    border-right: 1px solid #e6e6e6;
}


ul.nw_slider li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 20px 15px;
}


ul.nw_slider li a:hover {
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
    cursor:pointer;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity:0.6;
    zoom:1;
}


ul.nw_slider li dl dt {
    width: 180px;
    height: 160px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    line-height: 160px;
}

ul.nw_slider li dl dt img {
    display: inline-block;
    object-fit: contain;
    font-family: 'object-fit: contain;';
    vertical-align: middle;
}

ul.nw_slider li dl dd span {
    font-size: 16px;
}

ul.nw_slider li dl dd.n_date {
    margin-bottom: 10px;
}

ul.nw_slider li dl dd.n_date span {
    font-size: 14px;
    color: #808080;
}

ul.nw_slider li dl dd.n_date span.new:after {
    content: 'NEW';
    display: inline-block;
    color: #ba2527;
    font-weight: 700;
    margin-left: 10px;
    margin-top: -5px;
    vertical-align: middle;
}


/*---------------------------------------------
  SMC ä¸­æ®µã‚¹ãƒ©ã‚¤ãƒ€ãƒ¼ï¼ˆæ–°è£½å“æƒ…å&nbsp;±ï¼‰ çŸ¢å°
  ---------------------------------------------*/


img.prev-ar_mid {
    position: absolute;
    top: 40%;
    left: -40px;
    cursor: pointer;
}

img.prev-ar_mid:hover, img.next-ar_mid:hover {
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
    cursor:pointer;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity:0.6;
    zoom:1;
}

img.next-ar_mid {
    position: absolute;
    top: 40%;
    right: -40px;
    cursor: pointer;
}


/*---------------------------------------------
  SMC æ–°è£½å“æƒ…å&nbsp;±ä¸€è¦§ã‚’ã¿ã‚‹ ãƒªãƒ³ã‚¯ãƒœã‚¿ãƒ³
  ---------------------------------------------*/


.new_prolist_linkbt {
    width: 344px;
    height: 60px;
    background: #0072c1;
    margin: 0 auto;
    position: relative;
}

.new_prolist_linkbt a {
    color: #fff;
    font-size: 16px;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 60px;
    text-align: center;
    position: relative;
    z-index: 10;
}


.new_prolist_linkbt a:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 20px;
    background-image: url(/assets/smc_img/common/arrow_white01.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 40%;
    right: 8%;
}


/*---------------------------------------------
  SMC ã‚»ãƒŸãƒŠãƒ¼ï¼å±•ç¤ºä¼š
  ---------------------------------------------*/

.seminar_area_s {
    width: 100%;
    min-width: 1120px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px 0 50px;
}


.seminar_area_inner_s ul {
    width: 1120px;
    margin: 0 auto;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.seminar_area_inner_s ul li {
    width: 351px;
    max-width: 351px;
    height: 271px;
    padding: 0;
    position: relative;
}


.seminar_area_inner_s ul li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(/assets/smc_img/top/seminar/semi_back.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 20px 20px;
    padding-left: 40px;
    padding-bottom: 0;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}

.seminar_area_inner_s ul li a p.semi_title {
    font-size: 16px;
}

.seminar_area_inner_s ul li a:hover {
    background-image: url(/assets/smc_img/top/seminar/semi_back_h.png);
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    zoom:1;
}

.seminar_area_inner_s ul li a img {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.seminar_area_inner_s ul li a div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 81px;
    margin: 0 auto;
    padding: 10px 20px 10px 40px;

}


p.semi_date {
    font-size: 14px;
    padding-left: 1.0em;
    text-indent: -1.0em;
}

p.semi_place {
    font-size: 14px;
    padding-left: 1.0em;
    text-indent: -1.0em;
}

p.semi_date:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 16px;
    background-image: url(/assets/smc_img/common/date_ic.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}

p.semi_place:before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 20px;
    background-image: url(/assets/smc_img/common/place_ic.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}


/*---------------------------------------------
  SMC ã‚»ãƒŸãƒŠãƒ¼ï¼å±•ç¤ºä¼š ãƒãƒŠãƒ¼
  ---------------------------------------------*/

.semi_banner_area {
    width: 1120px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 40px;
}


.semi_banner_area ul {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.semi_banner_area ul li {
    width: 543px;
    max-width: 543px;
}

.semi_banner_area ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid #dfdfdf;
}

.semi_banner_area ul li a:hover {
    border: 1px solid #fff;
}

.semi_banner_area ul li a span {
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin-left: 30px;
    color: #333333;
    font-weight: 700;
}

.semi_banner_area ul li:hover {
    box-shadow: 0 0 0 5px #333 inset;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}


/*---------------------------------------------
ãŠçŸ¥ã‚‰ã› ã‚¿ãƒ–åˆ‡ã‚Šæ›¿ãˆ
---------------------------------------------*/


.info_tabs li {
    cursor: pointer;
    display: inline-block;
    margin-right: 16px;
    padding: 12px 8px;
    margin: 10px 10px 0 0;
    list-style: none;
    cursor: pointer;
    background: #f2f2f2;
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    text-align: center;
    width: 190px;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    border-bottom: none;
/*
    box-shadow: 0px -4px 4px -4px rgba(158,158,158,0.6) inset;
    -webkit-box-shadow: 0px -4px 4px -4px rgba(158,158,158,0.6) inset;
    -moz-box-shadow: 0px -4px 4px -4px rgba(158,158,158,0.6) inset;
*/
}

.info_tabs li.active {
    border-top: 5px solid #0072c1;
    border-bottom: 1px solid #fff;
    background: #fff;
}

.info_tabs li.active span {
    color: #0072c1;
}

.info_content &gt; .tabCont {
    display: none;
}

.info_content &gt; .tabCont.show {
    display: block;
}

.news_ci {
    width: 220px !important;
    padding-top: 16px !important;
    font-size: 10px !important;

}

.news_wrapper {
    width: 100%;
    min-width: 1120px;
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 40px;
    margin-bottom: 45px;
    box-sizing: border-box;
}

.info_tabs {
    width: 1030px;
    margin: 0 auto;
}

.info_content {
    background-color: #fff;
    width: 1030px;
    padding: 45px 80px;
    margin: 0 auto;
    margin-bottom: 30px;
    border: 1px solid #e6e6e6;
    margin-top: -1px;
}

.infoCont &gt; ul &gt; li {
    padding: 10px 0;
    border-bottom: 1px solid #c3c3c3;
}

.infoCont &gt; ul &gt; li:last-child {
    border-bottom: none;
}

.infoCont ul li ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    -webkit-align-items: center;
    align-items: center;
}

.infoCont ul li ul li {
    margin-right: 20px;
    font-size: 14px;
    color: #333333;
    line-height: 1.5;
}

.infoCont ul li ul li:first-child {
    width: 120px;
    max-width: 120px;
}

.infoCont ul li ul li:nth-child(2) {
    width: 120px;
    border: 1px solid #c3c3c3;
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    color: #666666;
}

.infoCont ul li ul li:last-child {
    margin-right: 0;
    width: 580px;
    max-width: 580px;
}

.infoCont ul li ul li:last-child a:hover {
    color: #0072c1;
    text-decoration: underline;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}

.infoCont ul li ul li span.new {
    color: #b72527;
    padding-right: 10px;
}


.infoCont ul li ul li span.companyIc:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 14px;
    background-image: url(/assets/smc_img/common/company_ic.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 8px;
}

.infoCont ul li ul li span.eventIc:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(/assets/smc_img/common/event_ic.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}

.infoCont ul li ul li span.productIc:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(/assets/smc_img/common/product_ic.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 8px;
}

.infoCont ul li ul li span.e-toolIc:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 11px;
    background-image: url(/assets/smc_img/common/e_ic.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 8px;
}

.infoCont ul li ul li span.loadIc:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(/assets/smc_img/common/load_ic.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -3px;
}

.infoCont ul li ul li span.irIc:before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 12px;
    background-image: url(/assets/smc_img/common/ir_ic.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 8px;
}

.infoCont ul li ul li span.supportIc:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/assets/smc_img/common/support_ic.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -2px;
}

.infoCont ul li ul li span.worldIc:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/assets/smc_img/common/world_ic.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -3px;
}

.infoCont ul li ul li span.otherIc:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(/assets/smc_img/common/other_ic.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 8px;
}
/*---------------------------------------------
ãƒ”ãƒƒã‚¯ã‚¢ãƒƒãƒ—ã‚³ãƒ³ãƒ†ãƒ³ãƒ„
---------------------------------------------*/


.pickup_area {
    width: 100%;
    min-width: 1120px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px 0 30px;
    background: #eaeaea;
}

.pickup_area ul {
    width: 1120px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pickup_area ul li {
    width: 367px;
    max-width: 367px;
    height: 162px;
    position: relative;
    margin-right: 8px;
    margin-bottom: 10px;
    position: relative;
    box-sizing: border-box;
}

.pickup_area ul li:nth-child(3n) {
    margin-right: 0;
}

.pickup_area ul li a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.pickup_area ul li a:hover {
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    zoom:1;
}

.pickup_area ul li a p {
    font-size: 16px;
    width: 100%;
    height: 56px;
    text-align: center;
    display: block;
    background: #333;
    display: table;
}


.pickup_area ul li a p span {
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}




.pickup_area ul li:hover {
    box-shadow: 0 0 0 5px #333 inset;
}


.pickup_area ul li a img {
    
}




/*---------------------------------------------
ãŠå®¢æ§˜ã‚µãƒãƒ¼ãƒˆ ã‚¿ã‚¤ãƒˆãƒ«
---------------------------------------------*/

.top_sec_title_s {
    width: 480px;
    height: 43px;
    margin: 0 auto;
    background-image: url(/assets/smc_img/top/top_line_s.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


.top_sec_title_s h2 {
    width: 480px;
    margin: 0 auto;
    font-size: 26px;
    font-weight: 700;
}

/*
.add_area ul {
    padding-top: 40px;
}
*/



/*---------------------------------------------
ãŠå®¢æ§˜ã‚µãƒãƒ¼ãƒˆ
---------------------------------------------*/

.add_area {
    width: 970px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 30px 0 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-sizing: border-box;
    -webkit-align-items: center;
    align-items: center;
}


ul.support {
    width: 480px;
    max-width: 480px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.support &gt; li {
    border: 1px solid #c3c3c3;
    padding-left: 60px;
    padding-right: 10px;
    width: 236px;
    max-width: 236px;
    margin-right: 8px;
    font-size: 14px;
    margin-bottom: 10px;
    height: 68px;
    position: relative;
}

ul.support &gt; li:hover {
    border: 1px solid #dfdfdf;
}


ul.support &gt; li:first-child {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
}


ul.support &gt; li:nth-child(odd) {
    margin-right: 0;
}

ul.support &gt; li a span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
    padding-left: 0;
    text-indent: 0;
    line-height: 1.4;
}

ul.support &gt; li span.contact {
    font-size: 20px;
    font-weight: 700;
    padding-left: 30px;
}

ul.support &gt; li a {
    display: table;
    width: 100%;
    height: 100%;
}


/*hoverå‡¦ç†*/
.hover02 &gt; li a:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #dfdfdf;
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}

.hover02 &gt; li a:hover::after {
    opacity: 1.0;
}
/*hoverå‡¦ç†*/

ul.support &gt; li a span {
    display: table-cell;
    vertical-align: middle;
}

ul.support &gt; li a:before {
    content: '';
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 30%;
    left: 20px;
}

ul.support &gt; li:first-child a:before {
    width: 58px;
    height: 41px;
    background-image: url(/assets/smc_img/top/support/s_contact_ic.png);
    top: 18%;
}

ul.support &gt; li:nth-child(2) a:before {
    width: 29px;
    height: 29px;
    background-image: url(/assets/smc_img/top/support/s_faq_ic.png);
}

ul.support &gt; li:nth-child(3) a:before {
    width: 29.5px;
    height: 30.5px;
    background-image: url(/assets/smc_img/top/support/s_shooting_ic.png);
}

ul.support &gt; li:nth-child(4) a:before {
    width: 29px;
    height: 23px;
    background-image: url(/assets/smc_img/top/support/s_mail_ic.png);
}

/*
ul.support &gt; li:nth-child(5) a:before {
    width: 29px;
    height: 23px;
    background-image: url(/assets/smc_img/top/support/s_product_ic.png);
}
*/

ul.support &gt; li:nth-child(5) a:before {
    width: 30px;
    height: 30px;
    background-image: url(/assets/smc_img/top/support/t_global_ic.png);
}


/*---------------------------------------------
SMCã®å–ã‚Šçµ„ã¿
---------------------------------------------*/



ul.csr {
    width: 480px;
    max-width: 480px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.csr &gt; li {
    border: 1px solid #c3c3c3;
    padding-left: 60px;
    padding-right: 10px;
    width: 236px;
    max-width: 236px;
    margin-right: 8px;
    font-size: 14px;
    margin-bottom: 10px;
    height: 68px;
    position: relative;
}

ul.csr &gt; li:hover {
    border: 1px solid #dfdfdf;
}

ul.csr &gt; li:nth-child(2n) {
    margin-right: 0;
}

ul.csr &gt; li a {
    display: table;
    width: 100%;
    height: 100%;
}

ul.csr &gt; li a span {
    display: table-cell;
    vertical-align: middle;
}

ul.csr &gt; li a:before {
    content: '';
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 30%;
    left: 20px;
}

ul.csr &gt; li:first-child a:before {
    width: 29.5px;
    height: 30px;
    background-image: url(/assets/smc_img/top/support/t_inter_ic.png);
}

ul.csr &gt; li:nth-child(2) a:before {
    width: 29px;
    height: 33px;
    background-image: url(/assets/smc_img/top/support/t_eu_ic.png);
}

ul.csr &gt; li:nth-child(3) a:before {
    width: 33px;
    height: 33px;
    background-image: url(/assets/smc_img/top/support/t_chi_ic_cc.png);
}

ul.csr &gt; li:nth-child(4) a:before {
    width: 30px;
    height: 22px;
    background-image: url(/assets/smc_img/top/support/t_green_ic.png);
}

ul.csr&gt; li:nth-child(5) a:before {
    width: 30px;
    height: 29.5px;
    background-image: url(/assets/smc_img/top/support/t_green_ic.png);
}

/*
ul.csr&gt; li:nth-child(6) a:before {
    width: 29px;
    height: 29px;
    background-image: url(/assets/smc_img/top/support/t_green_ic.png);
}
*/


/*---------------------------------------------
  footer
  ---------------------------------------------*/

footer {
    background: #333333;
    padding: 70px 0 30px;
}

.f_area_top {
    width: 1120px;
    margin: 0 auto;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.f_area_top ul {
    margin-bottom: 45px;
}

.f_area_top ul li {
    padding-bottom: 10px;
}

.f_area_top ul li a {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    position: relative;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}

.f_area_top ul li a:hover {
    text-decoration: underline;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}

p.f_column_titile {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 1px solid #fff;
    padding-bottom: 12px;
    margin-bottom: 15px;
}

.f_area_top ul li a::before{
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: auto;
    box-sizing: border-box;
    border: 5px solid transparent;
    border-left: 8px solid #0072c1;
}


.f_area_bottom {
    width: 1120px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
    padding-top: 55px;
}

.f_area_bottom img {
    width: 182px;
}

.f_area_bottom p {
    font-size: 10px;
    color: #fff;
    margin-top: 40px;
}

.cc_cau {
    font-size: 12px;
    color: #fff;
text-align:center;
    margin-top: 10px;
    margin-bottom: 0px;
}

.cc_cau a:link {
    color: #fff;
}

.cc_cau a:visited {
    color: #fff;
}
.cc_cau:hover {
    color: #fff;
}



/*---------------------------------------------
  pageTop
  ---------------------------------------------*/

#pageTop {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 98;
}

#pageTop a img {
    width: 82px;
}

#webshop {
    position: fixed;
    bottom: 260px;
    right: 40px;
    z-index: 98;
}

#webshop a img {
    width: 100px;
}

#pageTop a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#webshop a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}


/*---------------------------------------------
  Footer
  ---------------------------------------------*/

@media screen and (min-width:768px) {
    .sp_logo {
        display: none;
    }
    .sp_tel {
        display: none;
    }
}

/*---------------------------------------------
 SMC GãƒŠãƒ“ ã‚¿ãƒ–åˆ‡ã‚Šæ›¿ãˆ
  ---------------------------------------------*/

/*
.nav-tab {
    margin-top: 15px;
}

.nav-tab li {
    color: #eaeaea;
    cursor: pointer;
    display: block;
    font-size: 16px;
    padding: 10px 5px;
    width: 100%;
}

.nav-tab li.active {
    color: #0072C1;
    background: #eaeaea;
    cursor: auto;
    position: relative;
    padding: 15px 0 15px 10px;
    font-size: 14px;
    font-weight: 700;
}

.nav-tab li.active span::after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px #0072C1;
    border-right: solid 2px #0072C1;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -4px;
    transform: rotate(45deg);
}
*/


/*
#contents &gt; ul {
    display: none;
    width: 100%;
    height: 100%;
}

#contents &gt; ul.show {
    display: block;
}
*/

/*
.menu &gt; ul &gt; li &gt; ul &gt; li.tabs {
    margin: 0 auto;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-top: 0;
}
*/

/*
div.tabs_left {
    background-color: #0072C1;
    -webkit-flex-basis: 258px;
    flex-basis: 258px;
    max-width: 258px;
    padding: 30px 0 40px 20px;
}
*/

/*
div.tabs_right {
    background-color: #eaeaea;
}
*/

.navi_web_catalog01 {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #f2f2f2;
    padding: 10px 22px 0 22px;
    -webkit-align-items: center;
    align-items: center;
}

ul.navi_web_catalog01 li {
    margin-right: 40px;
    line-height: 36px;
}

ul.navi_web_catalog01 li:first-child {
    font-weight: 700;
    font-size: 16px;
}

ul.navi_web_catalog01 li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

ul.navi_web_catalog01 li:nth-child(2) a {
    padding-left: 12px;
    font-size: 15px;
    vertical-align: middle;
}

ul.navi_web_catalog01 li:first-child:before {
    content: '';
    display: inline-block;
    width: 46px;
    height: 36px;
    background-image: url(/assets/smc_img/common/navi/icon_webcatalog.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 12px;
}

ul.navi_web_catalog01 li:nth-child(2) a:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #0072C1;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
}


ul.navi_web_catalog01 li a:hover {
    color: #0072c1;
    text-decoration: underline;
}

.navi_web_catalog02 {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #f2f2f2;
    padding: 15px 22px 10px 22px;
}

ul.navi_web_catalog02 li {
    display: inline-block;
    height: auto;
    width: 240px;
    max-width: 240px;
    margin-right: 15px;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 10px;
    height: 64px;
    vertical-align: top;
    border: 1px solid #c0c0c0;
}

ul.navi_web_catalog02 li:nth-child(4n) {
    margin-right: 0;
}

ul.navi_web_catalog02 li a {
    position: relative;
    text-decoration: none;
    transition: 0.1s;
    color: #333333;
    letter-spacing: 1px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
}

.ul.navi_web_catalog02 li a p {
    width: 80px;
    text-align: center;
}


ul.navi_web_catalog02 li a img {
    width: 100%;
    -webkit-backface-visibility: hidden;
}

ul.navi_web_catalog02 li a span {
    font-size: 13px;
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
    margin-left: 10px;
    /* font-weight: 400; */
}


ul.navi_web_catalog02 li.all {
    border: none;
    background: transparent;
    width: auto;
    display: table;
}

ul.navi_web_catalog02 li.all a {
    position: relative;
    padding-left: 12px;
    text-decoration: none;
    display: table-cell;
    vertical-align: bottom;
    line-height: 16px;
    padding-top: 0;
    font-size: 15px;
}

ul.navi_web_catalog02 li.all a:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #0072C1;
    position: absolute;
    bottom: 6px;
    left: 0;
    margin-top: -6px;
}

.navi_web_catalog03 {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #f2f2f2;
    padding: 15px 22px 0 22px;
}

ul.navi_web_catalog03 li {
    display: inline-block;
    height: auto;
    width: 240px;
    max-width: 240px;
    margin-right: 15px;
    
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 10px;
    height: 64px;
    vertical-align: top;
    border: 1px solid #c0c0c0;
}

ul.navi_web_catalog03 li:nth-child(4n) {
    margin-right: 0;
}

ul.navi_web_catalog03 li a {
    position: relative;
    text-decoration: none;
    transition: 0.1s;
    color: #333333;
    letter-spacing: 1px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 5px 10px;
}

.ul.navi_web_catalog03 li a p {
    width: 80px;
    text-align: center;
}


ul.navi_web_catalog03 li a img {
    width: 64px;
}

ul.navi_web_catalog03 li a span {
    font-size: 14px;
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
    margin-left: 10px;
    /* font-weight: 400; */
}

.hrm {
    position: relative;
    width: 100%;
    border: 2px solid #d6d3d3;
}

.hrm:before  {
  position: absolute;
  content: " ";
  display: block;
  border: 2px solid #f2f2f2;
  top: -2px;
  right: -2px;
  width: 2.4%;
}
.hrm:after  {
  position: absolute;
  content: " ";
  display: block;
  border: 2px solid #f2f2f2;
  top: -2px;
  left: -2px;
  width: 2%;
}

ul.navi_web_catalog04 {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
    padding: 20px 22px 20px 22px;
}

ul.navi_web_catalog04 li {
    margin-right: 70px;
}

ul.navi_web_catalog04 li a {
    position: relative;
    display: inline-block;
    padding-left: 12px;
    line-height: 30px;
    text-decoration: none;
    font-size: 15px;
}

ul.navi_web_catalog04 li a:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #0072C1;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
}




/*hoverå‡¦ç†*/
ul.navi_web_catalog02 li a:after,
ul.navi_web_catalog03 li a:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #333;
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}

ul.navi_web_catalog02 li a:hover::after,
ul.navi_web_catalog03 li a:hover::after {
    opacity: 0.2;
}

ul.navi_web_catalog03 li a:hover span {
    color: #0072c1;
}
/*hoverå‡¦ç†*/

ul.navi_web_catalog04 li a:hover {
    color: #0072c1;
    text-decoration: underline;
}

ul.navi_web_catalog02 li.all a:after {
    content: none;
}

ul.navi_web_catalog02 li.all a:hover {
    color: #0072c1;
    text-decoration: underline;
}


ul.navi_web_catalog_text {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;

}
ul.navi_web_catalog_text li {
    margin-right: 10px;
}






/*
#contents &gt; ul li {
    height: 100%;
}

#contents &gt; ul li ul.brand {
    box-sizing: border-box;
    padding: 40px 30px 30px 10px;
    height: 100%;
}

#contents &gt; ul li ul.brand li {
    display: inline-block;
    height: auto;
    width: 258px;
    margin-left: 15px;
    padding: 5px 10px;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 15px;
    height: 68px;
    vertical-align: top;
}
*/


/*
#contents &gt; ul li ul.brand li:hover {
    box-shadow: 0 0 0 5px rgba(51,51,51,0.4) inset;
}

#contents &gt; ul li ul.brand li.p_list_link:hover {
    box-shadow: none;
}

#contents &gt; ul li ul.brand li span {
    font-size: 14px;
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
    margin-left: 10px;
    font-weight: 400;
}


#contents &gt; ul li ul.brand li:hover {
    cursor:pointer;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity:0.6;
    zoom:1;
}

#contents &gt; ul li ul.brand li img {
    width: 70px;
    -webkit-backface-visibility: hidden;

}
*/


/*
ul.gnavi_links li {
    border-bottom: 1px dotted #33518b;
    padding-left: 10px;
}

ul.gnavi_links li a {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 8px 0;
    position: relative;
    font-weight: 400;
}

ul.gnavi_links li:last-child {
    border-bottom: none;
}

ul.gnavi_links li a::after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -4px;
    transform: rotate(45deg);
}

div.tabs_left ul.gnavi_links li {
    padding: 5px 0;
    padding-left: 10px;
}

div.tabs_left ul.gnavi_links li a {
    display: block;
    padding: 4px 0;
}
*/


/*---------------------------------------------
 SMC GãƒŠãƒ“  submenu_normal
  ---------------------------------------------*/

@media screen and (min-width:768px) {
    
    .menu &gt; ul &gt; li &gt; ul.submenu_normal {
        margin: 0 auto;
        box-sizing: border-box;
        background: #f2f2f2;
        padding: 15px 15px 10px 15px;
/*        margin-top: 5px;*/
    }
    
    .menu &gt; ul &gt; li &gt; ul.submenu_normal {
        max-width: 1080px;
        width: 100%;
        padding: 30px;
        background: transparent;
    }
    
    .menu &gt; ul &gt; li &gt; ul.submenu_normal:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        display: block;
        background-color: #f2f2f2;
        z-index: -1;
    }
    
    .menu &gt; ul &gt; li &gt; ul.sub01 {
        width: 1080px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
/*
        background: #0072c1;
        mix-blend-mode: multiply;
*/
    }
    
    .menu &gt; ul &gt; li &gt; ul.sub02 {
        width: 1080px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    
    .menu &gt; ul &gt; li &gt; ul.sub02:before {
        width: 1050px;
        height: calc(100% - 30px);
    }
    
    .menu &gt; ul &gt; li &gt; ul.sub03 {
        width: 564px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    
    .menu &gt; ul &gt; li &gt; ul.sub03:before {
        width: 534px;
        height: calc(100% - 30px);
    }
    
    .menu &gt; ul &gt; li &gt; ul.sub04 {
        width: 1080px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    
    .menu &gt; ul &gt; li &gt; ul.sub04:before {
        width: 1050px;
        height: calc(100% - 30px);
    }
    
    .menu &gt; ul &gt; li &gt; ul.sub05 {
        width: 1080px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    
    .menu &gt; ul &gt; li &gt; ul.sub05:before {
        width: 1050px;
        height: calc(100% - 30px);
    }
    
    .menu &gt; ul &gt; li &gt; ul.sub06 {
        width: 304px;
        right: 20px;
    }
    
    .menu &gt; ul &gt; li &gt; ul.sub06:before {
        width: 274px;
        height: calc(100% - 30px);
    }
    
    .menu &gt; ul &gt; li &gt; ul.submenu_normal:after {
        background: rgba(0,114,200,0.7);
        mix-blend-mode: multiply;
    }
    
    .menu &gt; ul &gt; li &gt; ul.submenu_normal li {
        height: auto;
        width: 246px;
        max-width: 246px;
        margin-right: 12px;
        box-sizing: border-box;
        background: #fff;
        margin-bottom: 10px;
        vertical-align: top;
        border: 1px solid #c0c0c0;
        display: inline-block;
    }
    
    .menu &gt; ul &gt; li &gt; ul.submenu_normal li:nth-child(4n) {
        margin-right: 0;
    }
    
    .menu &gt; ul &gt; li &gt; ul.submenu_normal li a {
        position: relative;
        text-decoration: none;
        transition: 0.1s;
        color: #333333;
        letter-spacing: 1px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0.05em;
        box-sizing: border-box;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 5px;
    }
    
    .menu &gt; ul &gt; li &gt; ul.submenu_normal li a img {
        width: 64px;
    }
    
    .menu &gt; ul &gt; li &gt; ul.submenu_normal li a span {
        font-size: 14px;
        display: inline-block;
        line-height: 1.4;
        vertical-align: inherit;
        margin-left: 10px;
    }
    
    .menu &gt; ul &gt; li &gt; ul.submenu_normal li a span.fs13 {
        font-size: 13px;
    }
    
    /*hoverå‡¦ç†*/
    .menu &gt; ul &gt; li &gt; ul.submenu_normal li a:after {
        position: absolute;
        display: block;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 4px solid #333;
        opacity: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        /*    -webkit-transition: all .3s;*/
        /*    transition: all .3s;*/
    }
    
    .menu &gt; ul &gt; li &gt; ul.submenu_normal li a:hover::after {
        opacity: 0.2;
    }
    
    .menu &gt; ul &gt; li &gt; ul.submenu_normal li a:hover span {
    color: #0072c1;
}
    /*hoverå‡¦ç†*/
    
    .menu &gt; ul &gt; li &gt; ul.submenu_normal li.ar {
        width: 100%;
        border: none;
        background: #f2f2f2;
        margin-bottom: 0;
    }
    
    .menu &gt; ul &gt; li &gt; ul.submenu_normal li.ar a {
        position: relative;
        display: inline-block;
        padding-left: 0;
        text-decoration: none;
        font-size: 15px;
    }
    
    .menu &gt; ul &gt; li &gt; ul.submenu_normal li.ar a span:before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 7px;
        border-color: transparent transparent transparent #0072C1;
        top: 50%;
        left: 0;
        margin-top: -4px;
        display: inline-block;
        margin-right: 5px;
    }
    
    .menu &gt; ul &gt; li &gt; ul.submenu_normal li.ar a span {
        margin-left: 0;
        padding-left: 10px;
        text-indent: -10px;
        font-size: 15px;
    }
    .menu &gt; ul &gt; li &gt; ul.submenu_normal li.ar a:after {
        content: none;
    }
    .menu &gt; ul &gt; li &gt; ul.submenu_normal li.ar a span:hover {
        color: #0072c1;
        text-decoration: underline;
    }
    .menu &gt; ul &gt; li &gt; ul.submenu_normal li.mr0 {
        margin-right: 0;
    }
    

}


/*---------------------------------------------
 ãƒ•ã‚§ãƒ¼ãƒ‰
  ---------------------------------------------*/

.fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}

.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}



.fade05{
  animation-name:fade-in5;
  animation-duration:1s;
  animation-timing-function: ease-out;
  animation-delay:0;
  animation-iteration-count:1;
  animation-direction:normal;
  animation-fill-mode: forwards;
}

@keyframes fade-in5 {
  0% {opacity: 0; transform: translate3d(0,30px,0);}
  100% {opacity: 1; transform: translate3d(0,0,0);}
}


/*---------------------------------------------
  ãƒ‘ãƒ³ããš
  ---------------------------------------------*/

.catpan {
    width: 1120px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 18px;
    padding: 5px 0 15px;
}

.catpan * {
    font-size: 12px;
}


.catpan a {
    color: #0072c1;
}


/*---------------------------------------------
  ãã®ä»–
  ---------------------------------------------*/

@media screen and (min-width:768px) {
    .ml25 {
        margin-left: 25px
    }
    .sideIc {
        display: none;
    }
}

.ft80 {
    font-size: 80%;
}

.mrl20 {
    margin-left: 20px;
    margin-right: 20px;
}


/*---------------------------------------------
  ãƒ˜ãƒƒãƒ€ãƒ¼ã€€LANGUAGE
  ---------------------------------------------*/

.lang ul li {
    list-style: none;
    margin:0;
    padding:0;
    font-size:14px;
    position: relative;
    height: 32px;
    line-height: 32px;
/*    background:#FF818D;*/
    /*è¦ªãƒ¡ãƒ‹ãƒ¥ãƒ¼ã®èƒŒæ™¯è‰²*/
    color: #0072c1;/*è¦ªãƒ¡ãƒ‹ãƒ¥ãƒ¼ã®æ–‡å­—è‰²*/
    text-align:center;
}
.lang ul li a {
    display: block;
    text-decoration: none;
/*    border: 1px solid #fff;*/
}

.lang ul li a:hover {
    background: rgba(0,114,193,0.3);
}

.lang ul li ul {
    position: absolute;
    top: 32px;/*è¦ªãƒ¡ãƒ‹ãƒ¥ãƒ¼ã®é«˜ã•ã¨åŒã˜ã«ã™ã‚‹*/
/*    width: 116px;*/
    z-index: 100;
    padding-top: 10px;
}


.lang ul li ul li {
/*
    visibility: hidden;
    overflow: hidden;
*/
    display: none;
/*    width: 160px;*/
    /*ã‚µãƒ–ãƒ¡ãƒ‹ãƒ¥ãƒ¼ã®å¹…*/
    height: 0;
    background: #0072c1;
    color: #fff;
}

.lang ul li ul li:first-child {
    border-bottom: 1px solid #f2f2f2;
}

.lang ul li ul li:first-child:before {
    content: "";
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-bottom: 8px solid #0072c1;
}


.lang ul li ul li a {
    color: #fff;
    padding: 0;
    font-weight: 400;
    border: none;
    padding: 0 14px;
}

.lang ul li ul li a:before {
    content: none!important;
}

.lang &gt; ul &gt; li ul li:hover {
/*    background: rgba(0,114,193,0.8);*/
    /*ãƒ›ãƒãƒ¼æ™‚ã®ã‚µãƒ–ãƒ¡ãƒ‹ãƒ¥ãƒ¼ã®èƒŒæ™¯è‰²*/
    color: #fff;
}

.lang &gt; ul &gt; li:hover ul li {
/*
    visibility: visible;
    overflow: visible;
*/
    display: block;
    height:32px;/*ã‚µãƒ–ãƒ¡ãƒ‹ãƒ¥ãƒ¼ã®é«˜ã•*/
    z-index: 10;
}

.lang * {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: 99;/*SDL 20210304*/
}


/*---------------------------------------------
  Common
  ---------------------------------------------*/

.threeColumnList {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 30px;
}

.threeColumnList &gt; li {
    width: 270px;
    max-width: 270px;
    height: auto;
    min-height: 80px;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.threeColumnList &gt; li:nth-child(3n) {
    margin-right: 0;
}


.threeColumnList &gt; li &gt; a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 15px 15px 10px;
    box-sizing: border-box;
    border: 1px solid #c8c8c8;
}

.threeColumnList &gt; li &gt; p {
    font-size: 16px;
/*
    margin-left: 10px;
    margin-top: 15px;
*/
}


.threeColumnList &gt; li &gt; a:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/assets/smc_img/common/theme_arrow01.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
}

/*hover*/
.threeColumnList &gt; li &gt; a:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border: 4px solid #333;
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.threeColumnList &gt; li &gt; a:hover::after {
    opacity: 0.3;
}
/*hover*/


.twoColumnList {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 30px;
}

.twoColumnList &gt; li {
    width: 49%;
    max-width: 49%;
    height: auto;
    min-height: 80px;
    margin-right: 2%;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.twoColumnList &gt; li:nth-child(2n) {
    margin-right: 0;
}


.twoColumnList &gt; li &gt; a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 15px 15px 10px;
    box-sizing: border-box;
    border: 1px solid #c8c8c8;
}

.twoColumnList &gt; li &gt; a:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/assets/smc_img/common/theme_arrow01.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
}

/*hover*/
.twoColumnList &gt; li &gt; a:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border: 4px solid #333;
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.twoColumnList &gt; li &gt; a:hover::after {
    opacity: 0.3;
}
/*hover*/


.fn12 {
    font-size: 0.8em!important;
}
.fn16 {
    font-size: 16px;
}

.fn16b {
    font-size: 16px;
    font-weight: 600;
}





a.normal_bt_w270 {
    width: 270px;
    min-height: 48px;
    background-color: #0072C1;
    display: block;
    margin-bottom: 5px;
    position: relative;
    padding: 12px 35px 12px 20px;
    margin-right: 10px;
}

a.normal_bt_w270 span {
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
    line-height: 1.0;
}

a.normal_bt_w270:after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    margin-top: -4px;
    content: "";
    transform: rotate(45deg);
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}

a.normal_bt_w270:hover {
    box-shadow: 0 0 0 4px #6598cf inset;
    opacity: 1.0;
}


a.wh_bt_w270 {
    width: 270px;
    min-height: 48px;
    background-color: #fff;
    display: block;
    margin-bottom: 5px;
    position: relative;
    padding: 12px 35px 12px 20px;
    margin-right: 10px;
    border: 1px solid #0072C1;
}

a.wh_bt_w270 span {
    color: #0072C1;
    font-size: 14px;
    vertical-align: middle;
    line-height: 1.0;
    
}

a.wh_bt_w270:after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    margin-top: -4px;
    content: "";
    transform: rotate(45deg);
    border: 0;
    border-top: solid 2px #0072C1;
    border-right: solid 2px #0072C1;
}

a.wh_bt_w270:hover {
    box-shadow: 0 0 0 4px #6598cf inset;
    opacity: 1.0;
}

.threeColumnList.w_img li a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 15px 25px 15px 10px;
}

.threeColumnList.w_img li a p {
    margin: 0 auto auto 0;
}

.threeColumnList.w_img li a div {
    margin: auto 0 0 auto;
}

.threeColumnList.oneColum li {
    width: 32%;
    max-width: 32%;
    margin-right: 2%;
}

.threeColumnList.oneColum li:nth-child(3n) {
    margin-right: 0;
}

/*---------------------------------------------
  ãƒ‡ã‚£ã‚¹ã‚¯ãƒ¬ãƒ¼ãƒžãƒ¼è¡¨ç¤ºã€€2106è¿½åŠ&nbsp;
  ---------------------------------------------*/

#s-modal {
    position: fixed;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 9999;
    padding: 20px;
    text-align: left;
    background: #000;
    color: #fff;
    display: flex;
    line-height: 1.7;
}

#s-modal p {
    color: #fff;
    padding: 10px;
}

#s-modal a {
    color: #fff;
    text-decoration: underline;
}

#s-modal a:hover {
    text-decoration: none;
}

#s-modal_close {
    padding: 5px;
    cursor: pointer;
    background: #fff;
    padding: 10px 30px;
    width: 140px;
    text-align: center;
    color: #000;
    margin: auto;
}

#s-modal_close a {
    color: #000;
    text-align: none;
}

/*---------------------------------------------
  è³¼å…¥ã€€2111è¿½åŠ&nbsp;
  ---------------------------------------------*/
.buy_txt {
    width: 970px;
    font-size: 18px;
    font-weight: 600;
    color:#000;
    margin: 16px auto;
}

.add_buy_area {
    width: 970px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 10px 0 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-sizing: border-box;
    -webkit-align-items: center;
    align-items: center;
}


ul.b_banner {
    width: 970px;
    max-width: 970px;
    display:flex;

}

ul.b_banner &gt; li {
    border: 1px solid #c3c3c3;
    width: 152px;
    hei
    max-width: 152px;
    margin-right: 12px;
    margin-bottom: 10px;
    position: relative;
}

ul.b_banner &gt; li:hover {
    border: 1px solid #dfdfdf;
}

ul.b_banner img {
    width: 100%;
    height: 100%;
}


ul.b_banner &gt; li a span {
    display: table-cell;
    vertical-align: middle;
}


.add_c_banner_area {
    width: 970px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 10px 0 28px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-sizing: border-box;
    -webkit-align-items: center;
    align-items: center;
}


ul.c_buy {
    width: 470px;
    max-width: 470px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.c_buy &gt; li {
    border: 1px solid #c3c3c3;
    padding-left: 60px;
    padding-right: 10px;
    width: 236px;
    max-width: 236px;
    margin-right: 8px;
    font-size: 14px;
    margin-bottom: 10px;
    height: 68px;
    position: relative;
}

ul.c_buy &gt; li:hover {
    border: 1px solid #dfdfdf;
}


ul.c_buy &gt; li:first-child {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
}


ul.c_buy &gt; li a span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
    padding-left: 0;
    text-indent: 0;
    line-height: 1.4;
}

ul.c_buy &gt; li span.contact {
    font-size: 20px;
    font-weight: 700;
    padding-left: 30px;
}

ul.c_buy &gt; li a {
    display: table;
    width: 100%;
    height: 100%;
}

ul.c_buy &gt; li a span {
    display: table-cell;
    vertical-align: middle;
}

ul.c_buy &gt; li a:before {
    content: '';
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 30%;
    left: 20px;
}

ul.c_buy &gt; li:first-child a:before {
    width: 58px;
    height: 41px;
    background-image: url(/assets/smc_img/top/support/s_contact_ic.png);
    top: 18%;
}

ul.c_buy_r {
    width: 470px;
    max-width: 470px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 14px;
}

ul.c_buy_r &gt; li:first-child {
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
}

ul.c_buy_r &gt; li {
    border: 1px solid #c3c3c3;
    padding-left: 10px;
    width: 236px;
    max-width: 236px;
    font-size: 14px;
    margin-bottom: 10px;
    height: 68px;
    position: relative;
}

ul.c_buy_r &gt; li:hover {
    border: 1px solid #dfdfdf;
}


ul.c_buy_r &gt; li a {
    display: table;
    width: 100%;
    height: 100%;
}

ul.c_buy_r &gt; li a span {
    display: table-cell;
    vertical-align: middle;
}

ul.c_buy_r &gt; li a:before {
    content: '';
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 30%;
    left: 20px;
}

ul.c_buy_r &gt; li:first-child a:before {
    width: 58px;
    height: 41px;
    background-image: url(/assets/smc_img/top/support/t_global_ic.png);
}

.txx_ad {
    width: 970px;
    margin: 0 auto;
    font-size: 16px;
}

.txx_ad span:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #0072C1;
    display: inline-block;
    margin-right: 10px;
}


.buy_c_banner_area {
    width: 980px;
    margin: 0 auto;
    box-sizing: border-box;

    padding-top: 20px;
    padding-bottom: 30px;
    padding-right: 16px;
}


.buy_c_banner_area ul {
    width: 958px;
    margin: 0 auto;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.buy_c_banner_area ul li {
    width: 470px;
    max-width: 470px;
}

.buy_c_banner_area ul li img {
    width:auto;
    height: 100%;
    max-width:100%;
}

.buy_c_banner_area ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid #dfdfdf;
}

.buy_c_banner_area ul li a:hover {
    border: 1px solid #fff;
}

.buy_c_banner_area ul li a span {
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin-left: 30px;
    color: #333333;
    font-weight: 700;
}


.buy_c_banner_area ul li:hover {
    box-shadow: 0 0 0 5px #333 inset;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}

.sdgs_f21hd {
    position: relative;
    z-index: 990 !important;
}



</pre></body></html>